object SplashForm: TSplashForm Left = 272 Top = 114 BorderIcons = [] BorderStyle = bsNone Caption = 'SplashForm' ClientHeight = 368 ClientWidth = 488 Color = clSilver Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop PixelsPerInch = 120 Position = poScreenCenter Scaled = False OnCreate = SplashFormOnCreate OnDestroy = FormOnDestroy OnHide = FormOnHide OnShow = FormOnShow TextHeight = 16 object SplashPanel: TPanel Left = 0 Top = 0 Width = 488 Height = 368 Align = alClient BevelWidth = 3 TabOrder = 0 object Image1: TImage Left = 3 Top = 3 Width = 482 Height = 362 Align = alClient end end object SplashTimer: TTimer Enabled = False OnTimer = SplashOnTimer Left = 456 Top = 336 end end